Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.If

Packages that use If
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of If in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type If
 void Filled.addIfClause(If ifClause)
          Adds a set of conditional actions into the list of actions to perform if this filled element is executed.
 void EventHandler.addIfClause(If ifClause)
          Inserts a conditional set of actions into the list of actions to be performed by the interpreter if this event handler receives an event.
 void Block.addIfClause(If ifClause)
          Adds a set of conditional actions into the list of actions to perform if this block element is executed.
 void Filled.removeIfClause(If ifClause)
          Removes a set of conditional actions from the list of actions to perform if this filled element is executed.
 void EventHandler.removeIfClause(If ifClause)
          Removes the conditional set of actions from the list of actions to be performed by the interpreter if this event handler receives an event.
 void Block.removeIfClause(If ifClause)
          Removes a set of conditional actions from the list of actions to perform if this block element is executed.